From 6f94057acbc4773e4163aaad412f985bcc69c854 Mon Sep 17 00:00:00 2001 From: Camm Maguire Date: Thu, 25 Jul 2019 00:08:39 +0100 Subject: [PATCH] Version_2_6_13pre8b Gbp-Pq: Name Version_2_6_13pre8b --- o/prelink.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/o/prelink.c b/o/prelink.c index 609f72b2..b6fcb478 100644 --- a/o/prelink.c +++ b/o/prelink.c @@ -2,6 +2,12 @@ #include "include.h" +extern FILE *stdin __attribute__((weak)); +extern FILE *stderr __attribute__((weak)); +extern FILE *stdout __attribute__((weak)); +extern rl_compentry_func_t *rl_completion_entry_function __attribute__((weak)); +extern const char *rl_readline_name __attribute__((weak)); + void prelink_init(void) { -- 2.30.2